﻿/* focusBar */
#focusBar{
	width: 100%;
	height: 445px;
	clear: both;
	position: relative;
	background-color: #0D0D0F;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/5j1_02.jpg);
}
#focusBar li{
	width: 100%;
	clear: both;
	height: 445px;
	display: none;
	position: absolute;/* position:relative;*/
}
#focusBar .focusL{
	height: 445px;
	position: absolute;
	z-index: 9;/*left:-1000px;*/
	top: 0px;
	left: -550px;
	margin-left: 50%;
}
#focusBar .focusR{
	height: 445px;
	position: absolute;
	z-index: 19;/* right:1000px;*/
	top: 0px;
	left: -550px;
	margin-left: 50%;
}

a.arrL,a.arrR{
	display: block;
	width: 52px;
	height: 134px;
	position: absolute;
	top: 160px;
	z-index: 99;
	cursor: pointer;
	background: url(../images/bt_arr.png) no-repeat;
}
a.arrL{left:-52px;background-position:0px 0px;}
a.arrR{right:-52px;background-position:-68px 0px;}
a.arrL:hover{background-position:0px -144px;}
a.arrR:hover{background-position:-68px -144px;}
.mypng img {

azimuth: expression( this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);

}
